From 6a8643e3205e4bf51154cae4fb4187897c8bf8e3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 27 Feb 2012 20:09:54 -0800 Subject: [PATCH] Add ignore patterns for pdftex intermediate files --- .bzrignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.bzrignore b/.bzrignore index 46846e27c5c..0a5cc4eac8e 100644 --- a/.bzrignore +++ b/.bzrignore @@ -35,6 +35,21 @@ subdirs.el TAGS TAGS-LISP cxxdefs.h +# Intermediate files when making pdf versions of the manuals. +*.aux +*.cp +*.fn +*.fns +*.ky +*.pg +*.toc +*.tp +*.vr +doc/**/*.pdf +doc/**/*.log +!doc/lispintro/cons-*.pdf +!doc/lispintro/drawers.pdf +!doc/lispinfo/lambda-*.pdf info/* admin/unidata/unidata.txt build-aux/compile -- 2.30.2